From fea5b758bce5f886f6ccadd5736a4ba2c17514cb Mon Sep 17 00:00:00 2001 From: lat9nq <22451773+lat9nq@users.noreply.github.com> Date: Thu, 14 Sep 2023 11:30:14 -0400 Subject: settings_common: Fix typo --- src/common/settings_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/settings_common.h b/src/common/settings_common.h index 067234aab..1800ab10d 100644 --- a/src/common/settings_common.h +++ b/src/common/settings_common.h @@ -231,7 +231,7 @@ public: [[nodiscard]] virtual constexpr bool IsFloatingPoint() const = 0; /** - * @returns True if the underlying type is a integer storage + * @returns True if the underlying type is an integer storage */ [[nodiscard]] virtual constexpr bool IsIntegral() const = 0; -- cgit v1.2.3